Object3D.Clone Function

Clones the object and returns another object of the same class as the original, even when the original is a subclass of Object3D. The clone has the same geometry as the original.

Syntax

result = Object3D.Clone( )

Return Value

Result

Object3D

Notes

Returns an Object3D.